Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@axway/axway-cli-auth
Advanced tools
Authenticates a machine with the Axway Amplify platform.
This package is bundled with the Axway CLI and thus does not need to be directly installed.
npm i -g axway
Log into the Axway platform:
axway auth login
Log out of the Axway platform:
axway auth logout
list
Lists all credentialed accounts.
Alias: ls
axway auth list
axway auth list --json
login
Log in to the Axway Amplify platform.
axway auth login
axway auth login --json
axway auth login --client-secret <CLIENT_SECRET>
axway auth login --client-secret <CLIENT_SECRET> --username my@email.com
axway auth login --secret-file <path/to/pem/file>
axway auth login --secret-file <path/to/pem/file> --username my@email.com
logout
Log out all or specific accounts from the Amplify platform.
Alias: revoke
axway auth logout --all
axway auth logout --all --json
axway auth logout <ACCOUNT_NAME_1> <ACCOUNT_NAME_2>
list
List all service accounts for an organization:
axway service-account list
axway service-account list --org <org-guid/name/id>
create
Create a service account with interactive prompting:
axway service-account create
Create a service account with minimum non-interactive arguments:
axway service-account create --name foo --secret bar
update
Change a service account name, description, and role:
axway service-account update <name/client-id> --name <new_name> --desc <desc> --role <role>
add-team
and remove-team
Add a team to an existing service account:
axway service-account add-team <client-id/name> <team_guid> <team_role>
Remove a team from a service account:
axway service-account remove-team <client-id/name> <team_guid>
remove
Remove a service account:
axway service-account remove <client-id/name>
roles
View available team roles:
axway service-account roles
This project is open source under the Apache Public License v2 and is developed by
Axway, Inc and the community. Please read the LICENSE
file included
in this distribution for more information.
FAQs
Authenticate machines with the Axway Amplify platform
We found that @axway/axway-cli-auth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.